home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 2 #5 / Commodore_Disk_User_Vol.2_5_1989_-.d64 / border scroll (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  945b  |  33 lines

  1. 1 poke53280,14:poke53281,6:poke646,14
  2. 5 a=a+1:ifa=1thenload"a.code",8,1
  3. 10 sys16384:clr : rem 1st always
  4. 12 @3:"   [215]elcome to [162][194][207][210][196][197][210] [211][195][210][207][204][204][162]   [212]hankyou [202]ason for [162][194][207][210][196][197][210] [211][208][210][201][212][197][162]    "
  5. 14 print"[147][194]order [211]prite is easy to use, and"
  6. 16 print"once you have read the text, this"
  7. 18 print"short program will familiarise you"
  8. 20 print"with the commands available,"
  9. 22 print"enabling you include scrolling texts"
  10. 24 print"in your own programs."
  11. 26 print"[212]he scroll can be stopped"
  12. 28 gosub100:@0
  13. 30 print"[210]estarted"
  14. 32 gosub100:@3
  15. 34 print"[212]he colour can be changed"
  16. 36 forj=0to16:%j:fork=0to100:nextk,j
  17. 38 print"  [212]he message can be changed":_
  18. 40 @15:" press [211][208][193][195][197] [194][193][210]        ":&
  19. 42 forj=0to200:geta$:ifa$=" "then46
  20. 44 next:goto40
  21. 46 _:" [200]appy scrolling          ":@3
  22. 48 print"[217]ou can increase it's speed"
  23. 50 gosub100
  24. 52 forj=3to15:@j:fork=0to100:nextk,j
  25. 54 print"[196]ecrease it"
  26. 56 gosub100
  27. 58 forj=15to1step-1:@j:fork=0to150:nextk,j:&
  28. 60 end
  29. 65 :
  30. 100 poke198,0:print"[208]ress space bar"
  31. 102 geta$:ifa$<>" "then102
  32. 104 return
  33.